home *** CD-ROM | disk | FTP | other *** search
- global move_name, maxpage, moveflg, b_name
-
- on startMovie
- set b_name to "MAC_BAR"
- set maxpage to 19
- set the rect of window b_name to rect(the stageLeft, the stageTop + 451, the stageLeft + 640, the stageTop + 480)
- set the windowType of window b_name to 3
- close(window b_name)
- end
-
- on doexit
- close(window b_name)
- forget(window b_name)
- go("Ending")
- end
-
- on doquit
- sound stop 1
- sound stop 2
- go(1, "G32_HINO")
- end
-